GtkFontChooser: GtkFontChooserDialog: Update documenation to reflect Since: 3.2
authorAlberto Ruiz <aruiz@gnome.org>
Wed, 11 May 2011 23:55:14 +0000 (01:55 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Aug 2011 22:57:55 +0000 (18:57 -0400)
gtk/gtkfontchooser.c
gtk/gtkfontchooserdialog.c

index f79b314df145d10220d07ae63e377859dff11ee8..8b493d3219e13b7dd2ed77fcfbba0357940a7890 100644 (file)
@@ -73,6 +73,8 @@
  *
  * To change the text which is shown in the preview area, use
  * gtk_font_chooser_set_preview_text().
+ *
+ * Since: 3.2
  */
 
 
@@ -656,6 +658,8 @@ gtk_font_chooser_init (GtkFontChooser *fontchooser)
  * Creates a new #GtkFontChooser.
  *
  * Return value: a new #GtkFontChooser
+ *
+ * Since: 3.2
  */
 GtkWidget *
 gtk_font_chooser_new (void)
index 1df7fbbd6f5527b0c279a69ef86bf26bc50c8b05..41b33987b1ecdf8e82cef1632d0272436ca89e41 100644 (file)
@@ -72,6 +72,8 @@ struct _GtkFontChooserDialogPrivate
  * name "font_chooser". It also exposes the buttons with the names
  * "select_button" and "cancel_button.
  * </refsect2>
+ *
+ * Since: 3.2
  */
 
 static void gtk_font_chooser_dialog_buildable_interface_init     (GtkBuildableIface *iface);
@@ -150,6 +152,8 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
  * Creates a new #GtkFontChooserDialog.
  *
  * Return value: a new #GtkFontChooserDialog
+ *
+ * Since: 3.2
  */
 GtkWidget*
 gtk_font_chooser_dialog_new (const gchar *title)